home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / sinst.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.6 KB  |  78 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Source Instrumenter
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Ron Rathgeber
  7. --                   : Intermetrics Inc.
  8. --                   : 5392 Bolsa Avenue, Huntington Beach, CA 92649
  9. --                   : (714) 891-4631
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Intermetrics Inc.
  14. -- DATE CREATED      : 13 Jan 85
  15. -- DATE RELEASED     : 13 Jul 85
  16. -- DATE LAST UPDATED : 13 Jul 85
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : 
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : METRICS
  21. -- CATEGORY LEVEL 2  : Source Instrumenter
  22. -- CATEGORY LEVEL 3  : 
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Tracing
  26. -- INDEX             : Program Execution
  27. -- INDEX             : Source Instrumenter
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : WIS_TOOL_19_5
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.METRICS>SINST*.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.METRICS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   SINST.ABS              2027          44
  38. --   SINST.CMM              1345          41
  39. --   SINST.INS              1806          81
  40. --   SINST.ME                268           4
  41. --   SINST.PRO              3596          77
  42. --   SINSTRTM.SRC         195456        6118
  43. --   SINSTTDOC.DIS           214           6
  44. --   SINSTTOOL.DOC        251056        9403
  45. --   SINSTTOOL.SRC       1194799       32067
  46. --   ===============  ==========  ==========
  47. --     9 Files           1650567       47841
  48. --= ABSTRACT             ===============================================--
  49. --         This  tool  inserts  breakpoints  in  Ada  source code.  These
  50. -- "software hooks" will be  used  to  trace  the  execution  of  an  Ada
  51. -- program.   Normally,  hooks  will be placed at entry/exit and decision
  52. -- points.  A user option allows for breakpoints at every statement.
  53. --= REVISION HISTORY     ===============================================--
  54. --
  55. -- DATE         VERSION AUTHOR                  HISTORY 
  56. --07/13/85      1.0     Ron Rathgeber           Initial Release 
  57. --= RELEASE NOTICE       ===============================================--
  58. -- This prologue must be included in all copies of this software.
  59. -- 
  60. -- This software is copyright by the author.
  61. -- 
  62. -- This software is released to the Ada community.
  63. -- This software is released to the Public Domain (note:
  64. --   software released to the Public Domain is not subject
  65. --   to copyright protection).
  66. -- Restrictions on use or distribution:  NONE
  67. --= DISCLAIMER           ===============================================--
  68. --     This software and its documentation are provided "AS IS" and
  69. -- without any expressed or implied warranties whatsoever.  No warranties
  70. -- as to performance, merchantability, or fitness for a particular
  71. -- purpose exist.
  72. --     The user is advised to test the software thoroughly before
  73. -- relying on it.  The user must assume the entire risk and liability of
  74. -- using this software.  In no event shall any person or organization of
  75. -- people be held responsible for any direct, indirect, consequential or
  76. -- inconsequential damages or lost profits.
  77. --======================================================================--
  78.